home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5377 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!milyng
  3. From: mikael@pobox.com (Mikael Lyngvig)
  4. Subject: Re: linker error
  5. Message-ID: <milyngDM8HF4.J8t@netcom.com>
  6. Sender: milyng@netcom9.netcom.com
  7. Organization: Hacker's Paradise, Inc.
  8. X-Newsreader: WinVN 0.99.7
  9. References: <4ereo2$gq6@cobain.rowan.edu>
  10. Date: Sun, 4 Feb 1996 04:21:04 GMT
  11.  
  12. In article <4ereo2$gq6@cobain.rowan.edu>, josh@elvis.rowan.edu says...
  13.  
  14. >i am havig a little problem, i am using turbo c++ 3.0 (i believe) for 
  15. >dos, and i am trying to delve into graphins, so i am trying the example 
  16. >files in the help. i copy and paste them right into a new file. and it 
  17. >compiles fine, yet when i try to run it, i get 9 errors because of 
  18. >undefined modules. i am trying to teach myself a little more advance c++, 
  19. >and any help would be appreciated!
  20.  
  21. To get a good answer you need to ask a good question :)  Feel free to send the 
  22. exact error text to me (don't post a reply) and I'll see if I can come up with 
  23. something.  However, if you can get as far as running it, it could sound like 
  24. you don't have the .BGI files around.  Try to do "dir *.bgi /s" in the Turbo 
  25. C++ directory and see where they are (I think they're in \TURBOC\BGI, but I'm 
  26. not sure).  Try to copy all of them to the directory containing the program 
  27. you're trying to run.  If this works, you need to configure TC properly (I 
  28. don't recall how and what, but the help or manuals should tell you).  
  29.  
  30.  
  31. Mikael
  32.  
  33.